Every assembly in the .NET Framework API has a counterpart in the new .NET 8 API with the suffix "Net":
| .NET Framework API | .NET 8 API |
| Eplan.EplApi.AFu | Eplan.EplApi.AFNetu |
| Eplan.EplApi.Baseu | Eplan.EplApi.BaseNetu |
| Eplan.EplApi.DataModelu | Eplan.EplApi.DataModelNetu |
| Eplan.EplApi.EServicesu | Eplan.EplApi.EServicesNetu |
| Eplan.EplApi.Guiu | Eplan.EplApi.GuiNetu |
| Eplan.EplApi.HEServicesu | Eplan.EplApi.HEServicesNetu |
| Eplan.EplApi.MasterDatau | Eplan.EplApi.MasterDataNetu |
| Eplan.EplApi.RemoteClientu | Eplan.EplApi.RemoteClientNetu |
| Eplan.EplApi.Remotingu | Eplan.EplApi.RemotingNetu |
| Eplan.EplApi.Starteru | Eplan.EplApi.StarterNetu |
| Eplan.EplApi.Systemu | Eplan.EplApi.SystemNetu |
| Eplan.ldentityClient.Authentification | Eplan.ldentityClient.AuthentificationNet |
| Eplan.ldentityClient.Types | Eplan.ldentityClient.TypesNet |
The following section documents only those assemblies in the new .NET 8 API that differ in content from those in the .NET Framework API. This means that the undocumented .NET 8 assemblies are identical to those in the .NET Framework in all terms (namespaces, classes, interfaces, delegates, etc.) execpt for the assembly name.